Arthur Yefimov 3 anni fa
parent
commit
454079067c
6 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 1 1
      src/Editor.Mod
  2. 1 1
      src/EditorText.Mod
  3. 1 1
      src/OV.Mod
  4. 1 1
      src/Term.Mod
  5. 1 1
      src/term/term_linux.c
  6. 1 1
      src/term/term_win32.c

+ 1 - 1
src/Editor.Mod

@@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
+along with Free Oberon.  If not, see <http://www.gnu.org/licenses/>.
 *)
 IMPORT OV, T := TermBox, Text := EditorText,
   Int, Strings, FoStrings, StrList, Dir, Out;

+ 1 - 1
src/EditorText.Mod

@@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
+along with Free Oberon.  If not, see <http://www.gnu.org/licenses/>.
 *)
 IMPORT Config, Files, Strings, Out, Utf8;
 

+ 1 - 1
src/OV.Mod

@@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
+along with Free Oberon.  If not, see <http://www.gnu.org/licenses/>.
 *)
 IMPORT T := TermBox, Strings, StrList, Out, SYSTEM, Kernel;
 CONST

+ 1 - 1
src/Term.Mod

@@ -14,7 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
+along with Free Oberon.  If not, see <http://www.gnu.org/licenses/>.
 *)
 IMPORT SYSTEM;
 

+ 1 - 1
src/term/term_linux.c

@@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
+along with Free Oberon.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <stdio.h>

+ 1 - 1
src/term/term_win32.c

@@ -13,7 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
+along with Free Oberon.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include <windows.h>