* updated most misc/archive/hello.* copyright

git-svn-id: https://svn.exactcode.de/t2/trunk@69483 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
This commit is contained in:
NoTag 2024-06-18 07:38:54 +00:00
parent 3d03598cd7
commit 4c58324c47
16 changed files with 77 additions and 75 deletions

View File

@ -1,20 +1,19 @@
/*
* --- T2-COPYRIGHT-NOTE-BEGIN ---
* This copyright note is auto-generated by ./scripts/Create-CopyPatch.
*
* T2 SDE: misc/archive/hello.c
* Copyright (C) 2004 - 2005 The T2 SDE Project
* Copyright (C) 2004 - 2024 The T2 SDE Project
* Copyright (C) 1998 - 2003 ROCK Linux Project
*
* More information can be found in the files COPYING and README.
* This Copyright note is generated by scripts/Create-CopyPatch,
* more information can be found in the files COPYING and README.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License. A copy of the
* GNU General Public License can be found in the file COPYING.
* it under the terms of the GNU General Public License version 2.
* --- T2-COPYRIGHT-NOTE-END ---
*/
// Hello World in C.
#include <stdio.h>
int main() {

View File

@ -1,19 +1,18 @@
//
// --- T2-COPYRIGHT-NOTE-BEGIN ---
// This copyright note is auto-generated by ./scripts/Create-CopyPatch.
//
// T2 SDE: misc/archive/hello.cc
// Copyright (C) 2004 - 2008 The T2 SDE Project
// Copyright (C) 2004 - 2024 The T2 SDE Project
// Copyright (C) 1998 - 2003 ROCK Linux Project
//
// More information can be found in the files COPYING and README.
// This Copyright note is generated by scripts/Create-CopyPatch,
// more information can be found in the files COPYING and README.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; version 2 of the License. A copy of the
// GNU General Public License can be found in the file COPYING.
// it under the terms of the GNU General Public License version 2.
// --- T2-COPYRIGHT-NOTE-END ---
// Hello World in C++.
#include <iostream>
int main() {

View File

@ -6,7 +6,7 @@
// This copyright note is auto-generated by ./scripts/Create-CopyPatch.
//
// T2 SDE: scripts/Config
// Copyright (C) 2004 - 2007 The T2 SDE Project
// Copyright (C) 2004 - 2024 The T2 SDE Project
// Copyright (C) 1998 - 2003 ROCK Linux Project
//
// More information can be found in the files COPYING and README.

View File

@ -1,3 +1,18 @@
/*
* --- T2-COPYRIGHT-NOTE-BEGIN ---
* T2 SDE: misc/archive/hello.dart
* Copyright (C) 2024 The T2 SDE Project
*
* This Copyright note is generated by scripts/Create-CopyPatch,
* more information can be found in the files COPYING and README.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2.
* --- T2-COPYRIGHT-NOTE-END ---
*/
// Hello World from Dart.
void main() {
print('Hello from Dart.');
}

View File

@ -2,7 +2,7 @@ c --- T2-COPYRIGHT-NOTE-BEGIN ---
c This copyright note is auto-generated by ./scripts/Create-CopyPatch.
c
c T2 SDE: scripts/Config
c Copyright (C) 2004 - 2007 The T2 SDE Project
c Copyright (C) 2004 - 2024 The T2 SDE Project
c Copyright (C) 1998 - 2003 ROCK Linux Project
c
c More information can be found in the files COPYING and README.

View File

@ -1,16 +1,13 @@
/*
* --- T2-COPYRIGHT-NOTE-BEGIN ---
* This copyright note is auto-generated by ./scripts/Create-CopyPatch.
*
* T2 SDE: misc/archive/hello.go
* Copyright (C) 2014 - 2015 The T2 SDE Project
* Copyright (C) 2014 - 2024 The T2 SDE Project
*
* More information can be found in the files COPYING and README.
* This Copyright note is generated by scripts/Create-CopyPatch,
* more information can be found in the files COPYING and README.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License. A copy of the
* GNU General Public License can be found in the file COPYING.
* it under the terms of the GNU General Public License version 2.
* --- T2-COPYRIGHT-NOTE-END ---
*/

View File

@ -1,16 +1,21 @@
// --- T2-COPYRIGHT-NOTE-BEGIN ---
// This copyright note is auto-generated by ./scripts/Create-CopyPatch.
//
// T2 SDE: misc/archive/hello.ha
// Copyright (C) 2022 - 2024 The T2 SDE Project
//
// More information can be found in the files COPYING and README.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; version 2 of the License. A copy of the
// GNU General Public License can be found in the file COPYING.
// --- T2-COPYRIGHT-NOTE-END ---
// Hello World in Hare
use fmt;
export fn main() void = {
const greetings = [
"Hello from Hare.",
// "¡Hola Mundo!",
// "Γειά σου Κόσμε!",
// "Привет, мир!",
// "こんにちは世界!",
];
for (let i = 0z; i < len(greetings); i += 1) {
fmt::println(greetings[i])!;
};
fmt::println("Hello from Hare.")!;
};

View File

@ -2,8 +2,8 @@
--- T2-COPYRIGHT-NOTE-BEGIN ---
This copyright note is auto-generated by ./scripts/Create-CopyPatch.
T2 SDE: misc/archive/hello.cc
Copyright (C) 2010 The T2 SDE Project
T2 SDE: misc/archive/hello.hs
Copyright (C) 2010 - 2024 The T2 SDE Project
More information can be found in the files COPYING and README.

View File

@ -4,7 +4,7 @@
// This copyright note is auto-generated by ./scripts/Create-CopyPatch.
//
// T2 SDE: scripts/Create-CopyPatch
// Copyright (C) 2004 - 2008 The T2 SDE Project
// Copyright (C) 2004 - 2024 The T2 SDE Project
// Copyright (C) 1998 - 2003 ROCK Linux Project
//
// More information can be found in the files COPYING and README.
@ -15,6 +15,8 @@
// GNU General Public License can be found in the file COPYING.
// --- T2-COPYRIGHT-NOTE-END ---
// Hello World in Java
public class hello {
public static void main (String[] args) {
System.out.println("Hello from Java.");

View File

@ -1,15 +1,12 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by scripts/Create-CopyPatch.
#
# T2 SDE: misc/archive/hello.jl
# Copyright (C) 2014 - 2021 The T2 SDE Project
# Copyright (C) 2014 - 2024 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
# This Copyright note is generated by scripts/Create-CopyPatch,
# more information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# it under the terms of the GNU General Public License version 2.
# --- T2-COPYRIGHT-NOTE-END ---
println("Hello from Julia.")

View File

@ -1,15 +1,12 @@
-- --- T2-COPYRIGHT-NOTE-BEGIN ---
-- This copyright note is auto-generated by ./scripts/Create-CopyPatch.
--
-- T2 SDE: misc/archive/hello.lua
-- Copyright (C) 2007 The T2 SDE Project
-- Copyright (C) 2007 - 2024 The T2 SDE Project
--
-- More information can be found in the files COPYING and README.
-- This Copyright note is generated by scripts/Create-CopyPatch,
-- more information can be found in the files COPYING and README.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; version 2 of the License. A copy of the
-- GNU General Public License can be found in the file COPYING.
-- it under the terms of the GNU General Public License version 2.
-- --- T2-COPYRIGHT-NOTE-END ---
print "Hello from Lua."

View File

@ -1,6 +1,6 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# T2 SDE: misc/archive/hello.nim
# Copyright (C) 2019 - 2022 The T2 SDE Project
# Copyright (C) 2019 - 2024 The T2 SDE Project
#
# This Copyright note is generated by scripts/Create-CopyPatch,
# more information can be found in the files COPYING and README.

View File

@ -1,15 +1,12 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# T2 SDE: misc/archive/hello.rb
# Copyright (C) 2014 - 2024 The T2 SDE Project
#
# T2 SDE: misc/archive/hello.rs
# Copyright (C) 2014 - 2016 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
# This Copyright note is generated by scripts/Create-CopyPatch,
# more information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# it under the terms of the GNU General Public License version 2.
# --- T2-COPYRIGHT-NOTE-END ---
puts "Hello from Ruby."

View File

@ -1,16 +1,13 @@
/*
* --- T2-COPYRIGHT-NOTE-BEGIN ---
* This copyright note is auto-generated by ./scripts/Create-CopyPatch.
*
* T2 SDE: misc/archive/hello.rs
* Copyright (C) 2014 - 2016 The T2 SDE Project
* Copyright (C) 2014 - 2024 The T2 SDE Project
*
* More information can be found in the files COPYING and README.
* This Copyright note is generated by scripts/Create-CopyPatch,
* more information can be found in the files COPYING and README.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License. A copy of the
* GNU General Public License can be found in the file COPYING.
* it under the terms of the GNU General Public License version 2.
* --- T2-COPYRIGHT-NOTE-END ---
*/

View File

@ -1,16 +1,13 @@
/*
* --- T2-COPYRIGHT-NOTE-BEGIN ---
* This copyright note is auto-generated by ./scripts/Create-CopyPatch.
* T2 SDE: misc/archive/hello.swift
* Copyright (C) 2016 - 2024 The T2 SDE Project
*
* T2 SDE: misc/archive/hello.rs
* Copyright (C) 2016 - 2016 The T2 SDE Project
*
* More information can be found in the files COPYING and README.
* This Copyright note is generated by scripts/Create-CopyPatch,
* more information can be found in the files COPYING and README.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License. A copy of the
* GNU General Public License can be found in the file COPYING.
* it under the terms of the GNU General Public License version 2.
* --- T2-COPYRIGHT-NOTE-END ---
*/

View File

@ -2,7 +2,7 @@
// This copyright note is auto-generated by ./scripts/Create-CopyPatch.
//
// T2 SDE: misc/archive/hello.zig
// Copyright (C) 2019 - 2021 The T2 SDE Project
// Copyright (C) 2019 - 2024 The T2 SDE Project
//
// More information can be found in the files COPYING and README.
//