2
0
Arthur Yefimov 3 жил өмнө
parent
commit
454079067c

+ 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>